home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Time Warp
/
Time Warp.iso
/
pc
/
timewarp
/
lab.dxr
/
00202.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-09
|
185 b
|
12 lines
on mouseUp
global discs, monitorOn
set monitorOn to 1
puppetSound("DBLCLICK.AIF")
updateStage()
if discs = 0 then
go("MON START")
else
go("MONITOR ON")
end if
end